Fix another type in the css docs
authorMatthias Clasen <mclasen@redhat.com>
Thu, 22 Sep 2016 18:01:45 +0000 (11:01 -0700)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 22 Sep 2016 18:01:45 +0000 (11:01 -0700)
docs/reference/gtk/css-overview.xml

index 7d8bb5aed5681157f022e0a1f94585acec2e82aa..a5bb29cffbbb5cd2b97bda5652a61f630df13ca9 100644 (file)
@@ -942,7 +942,7 @@ arrow {
     <para>
       To enable an animation, the name of the keyframes must be set as the value
       of the animation-name property. The details of the animation can modified
-      with the animation-time, animation-timing-function, animation-iteration-count
+      with the animation-duration, animation-timing-function, animation-iteration-count
       and other animation properties.
     </para>
 
@@ -955,7 +955,7 @@ arrow {
 
 spinner {
   animation-name: spin;
-  animation-time: 1s;
+  animation-duration: 1s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
 }